1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
3 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5 <ProductVersion>9.0.30729</ProductVersion>
6 <SchemaVersion>2.0</SchemaVersion>
7 <ProjectGuid>{1317DFA1-3A60-4B6C-AEB8-12424847498C}</ProjectGuid>
8 <OutputType>Library</OutputType>
11 <NoStandardLibraries>false</NoStandardLibraries>
12 <AssemblyName>CSOfficeSharedAddIn</AssemblyName>
13 <RootNamespace>CSOfficeSharedAddIn</RootNamespace>
14 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
15 <SignAssembly>true</SignAssembly>
16 <AssemblyOriginatorKeyFile>key.snk</AssemblyOriginatorKeyFile>
18 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19 <DebugSymbols>true</DebugSymbols>
20 <Optimize>false</Optimize>
21 <OutputPath>..\Debug\</OutputPath>
22 <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
23 <DefineConstants>DEBUG;TRACE</DefineConstants>
24 <WarningLevel>4</WarningLevel>
25 <IncrementalBuild>false</IncrementalBuild>
26 <RegisterForComInterop>true</RegisterForComInterop>
28 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
29 <DebugSymbols>false</DebugSymbols>
30 <Optimize>true</Optimize>
31 <OutputPath>..\Release\</OutputPath>
32 <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
33 <DefineConstants>TRACE</DefineConstants>
34 <WarningLevel>4</WarningLevel>
35 <IncrementalBuild>false</IncrementalBuild>
36 <RegisterForComInterop>true</RegisterForComInterop>
39 <Reference Include="Extensibility, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
40 <Reference Include="System">
41 <HintPath>System.dll</HintPath>
44 <Reference Include="System.Data">
45 <HintPath>System.Data.dll</HintPath>
46 <Name>System.Data</Name>
48 <Reference Include="System.XML">
49 <HintPath>System.XML.dll</HintPath>
50 <Name>System.XML</Name>
54 <Compile Include="AssemblyInfo.cs">
55 <SubType>Code</SubType>
57 <Compile Include="Connect.cs">
58 <SubType>Code</SubType>
62 <COMReference Include="Microsoft.Office.Core">
63 <Guid>{2DF8D04C-5BFA-101B-BDE5-00AA0044DE52}</Guid>
64 <VersionMajor>2</VersionMajor>
65 <VersionMinor>4</VersionMinor>
67 <WrapperTool>primary</WrapperTool>
68 <Isolated>False</Isolated>
72 <Content Include="ReadMe.txt" />
75 <None Include="key.snk" />
77 <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />